Autogenerated HTML docs for v2.9.2-566-g80460
diff --git a/githooks.html b/githooks.html index fecefd4..9f1f5a3 100644 --- a/githooks.html +++ b/githooks.html
@@ -949,6 +949,14 @@ <div class="paragraph"><p>Both standard output and standard error output are forwarded to <em>git send-pack</em> on the other end, so you can simply <code>echo</code> messages for the user.</p></div> +<div class="paragraph"><p>The number of push options given on the command line of +<code>git push --push-option=...</code> can be read from the environment +variable <code>GIT_PUSH_OPTION_COUNT</code>, and the options themselves are +found in <code>GIT_PUSH_OPTION_0</code>, <code>GIT_PUSH_OPTION_1</code>,… +If it is negotiated to not use the push options phase, the +environment variables will not be set. If the client selects +to use push options, but doesn’t transmit any, the count variable +will be set to zero, <code>GIT_PUSH_OPTION_COUNT=0</code>.</p></div> </div> <div class="sect2"> <h3 id="update">update</h3> @@ -1021,6 +1029,14 @@ a sample script <code>post-receive-email</code> provided in the <code>contrib/hooks</code> directory in Git distribution, which implements sending commit emails.</p></div> +<div class="paragraph"><p>The number of push options given on the command line of +<code>git push --push-option=...</code> can be read from the environment +variable <code>GIT_PUSH_OPTION_COUNT</code>, and the options themselves are +found in <code>GIT_PUSH_OPTION_0</code>, <code>GIT_PUSH_OPTION_1</code>,… +If it is negotiated to not use the push options phase, the +environment variables will not be set. If the client selects +to use push options, but doesn’t transmit any, the count variable +will be set to zero, <code>GIT_PUSH_OPTION_COUNT=0</code>.</p></div> </div> <div class="sect2"> <h3 id="post-update">post-update</h3> @@ -1127,7 +1143,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2016-05-17 15:26:41 PDT +Last updated 2016-08-03 15:39:49 PDT </div> </div> </body>